home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libgcj7-0.postinst < prev    next >
Encoding:
Text File  |  2007-03-03  |  326 b   |  18 lines

  1. #! /bin/sh -e
  2.  
  3. case "$1" in
  4.     configure)
  5.     docdir=/usr/share/doc/libgcj7
  6.     if [ -d $docdir ] && [ ! -h $docdir ]; then
  7.       rm -rf /usr/share/doc/libgcj7
  8.       ln -s gcj-4.1-base /usr/share/doc/libgcj7
  9.     fi
  10. esac
  11.  
  12. # Automatically added by dh_makeshlibs
  13. if [ "$1" = "configure" ]; then
  14.     ldconfig
  15. fi
  16. # End automatically added section
  17.  
  18.